home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / postmort.arc / POSTMORT.DOC < prev    next >
Text File  |  1985-11-20  |  1KB  |  37 lines

  1.  
  2.    Postmortem information analyser V2
  3.  
  4.         Copyright 1988 M.S.Powell
  5.  
  6. THIS PROGRAM IS PUBLIC DOMAIN.
  7. Permission is granted to copy this
  8. program along with it's documentation
  9. as long as such copying is not for
  10. profit.
  11.  
  12.     When an ST crashes not only is a
  13. display of bombs produced, but 
  14. information is also stored (in an area
  15. of memory that can survive a reset)
  16. which is called postmortem information.
  17. This information give details about the
  18. state of the processor at the time of
  19. the crash. Examination of this data can
  20. be helpful in finding bugs in a
  21. program.
  22.    This program displays the postmortem
  23. information (if any) currently in
  24. memory (ie produced by the last crash)
  25. on the screen. All seventeen 32 bit
  26. registers are displayed as is the
  27. status register (displayed numerically
  28. and as characters, showing which flags
  29. were set, and with a number showing the
  30. IPL at crash time) and the PC. The top
  31. 16 words on the stack, at crash time,
  32. are displayed at the bottom of the
  33. screen. In the case of an address error
  34. or a bus error, when the 68000 produces
  35. more processor status information, all
  36. of this information is also displayed.
  37.